Click or drag to resize

NoteCollectionContains Method (Note)

Determines whether the NoteCollection contains a specific Note.

Namespace:  Independentsoft.Sip.Presence
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public bool Contains(
	Note note
)

Parameters

note
Type: Independentsoft.Sip.PresenceNote
The Note to check for.

Return Value

Type: Boolean
true if the collection contains the specified Note; otherwise, false.
See Also